Package com.cisco.pt.ipc.ui
Interface AdministrativeDialog
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
AdministrativeDialogImpl
Information provided by the PKI file:
\class AdministrativeDialog
\brief AdministrativeDialog serves as a frontend to Options class.
\details This dialog serves as a frontend to the Options class.
To manipulate the options, use the Options class.
\example appWindow().getAdminDialog()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisabled(boolean bDisabled) Information provided by the PKI file:voidsetVisible(boolean bVisible) Information provided by the PKI file:voidsetWidgetDisable(String name, boolean bVisible) Information provided by the PKI file:voidsetWidgetVisible(String name, boolean bVisible) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setVisible
void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides the AdministrativeDialog widget from view. \param bVisible, true shows the AdministrativeDialog widget, false hides it.- Parameters:
bVisible- Takes in a parameter of bVisible
-
setWidgetVisible
Information provided by the PKI file:
\brief Shows or hides the specified AdministrativeDialog child widget. \param name, where name is one of the following: AnimationGBox, ShowLinkLightsCB, SoundGBox, TelephonySoundGBox, iTbShowDeviceModelCkBox, HideQoSStampCB, HideDeviceLabelGBox, DontShowPortsCB, ShowPortsCB, EnableCableLengthsCB, iTbDisableAutoCableCkBox, UseCliDefaultTab, LogEnableCB, LogExportBtn, iTbLangListWidget, ChangeLangBtn, aTbPasswordEdit, aTbConfirmEdit, SetPasswordBtn, DisablePasswordBtn, aTbIntLockingGroupBox, aTbWriteButton, aTbBrowseButton, PhyiscalGBox, hTbHideConfigCkBox, CLIGBox, DesktopGBox, GUIGBox, GUIHTMLGBox, HTMLGBox, ApplyBtn, ResetBtn, mTbSimBufferFullGroupBox, mTbBufferFilteredEventsOnlyCkBox, mTbEnableScreenReaderCkBox, ShowDevTaskBar \param bVisible, true shows the child widget, false hides it.- Parameters:
name- Takes in a parameter of namebVisible- Takes in a parameter of bVisible
-
setDisabled
void setDisabled(boolean bDisabled) Information provided by the PKI file:
\brief Enables or disables input events to the AdministrativeDialog widget. \param bDisabled, true disables the widget, false enables it.- Parameters:
bDisabled- Takes in a parameter of bDisabled
-
setWidgetDisable
Information provided by the PKI file:
\brief Enables or disables the specified AdministrativeDialog child widget. \param name, where name is one of the following: AnimationGBox, ShowLinkLightsCB, SoundGBox, TelephonySoundGBox, iTbShowDeviceModelCkBox, HideQoSStampCB, HideDeviceLabelGBox, DontShowPortsCB, ShowPortsCB, EnableCableLengthsCB, iTbDisableAutoCableCkBox, UseCliDefaultTab, LogEnableCB, LogExportBtn, iTbLangListWidget, ChangeLangBtn, aTbPasswordEdit, aTbConfirmEdit, SetPasswordBtn, DisablePasswordBtn, aTbIntLockingGroupBox, aTbWriteButton, aTbBrowseButton, PhyiscalGBox, hTbHideConfigCkBox, CLIGBox, DesktopGBox, GUIGBox, GUIHTMLGBox, HTMLGBox, ApplyBtn, ResetBtn, mTbSimBufferFullGroupBox, mTbBufferFilteredEventsOnlyCkBox, mTbEnableScreenReaderCkBox, ShowDevTaskBar \param bVisible, true shows the child widget, false hides it.- Parameters:
name- Takes in a parameter of namebVisible- Takes in a parameter of bVisible
-